projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbdc909
)
Update comment annotations of gtk_tree_model_iter_previous and gtk_tree_model_iter_ne...
author
Danny Milosavljevic
<dannym+a@scratchpost.org>
Tue, 3 Nov 2020 15:10:11 +0000
(15:10 +0000)
committer
Danny Milosavljevic
<dannym+a@scratchpost.org>
Tue, 3 Nov 2020 15:10:11 +0000
(15:10 +0000)
gtk/gtktreemodel.c
patch
|
blob
|
history
diff --git
a/gtk/gtktreemodel.c
b/gtk/gtktreemodel.c
index 377a365d7b1ed209fba1bab4a702152440963a07..b4ae17545e3d0f7a529ec3bd445bcaf88b5ce850 100644
(file)
--- a/
gtk/gtktreemodel.c
+++ b/
gtk/gtktreemodel.c
@@
-1426,7
+1426,7
@@
gtk_tree_model_get_value (GtkTreeModel *tree_model,
/**
* gtk_tree_model_iter_next:
* @tree_model: a #GtkTreeModel
- * @iter: (in): the #GtkTreeIter-struct
+ * @iter: (in
out
): the #GtkTreeIter-struct
*
* Sets @iter to point to the node following it at the current level.
*
@@
-1474,7
+1474,7
@@
gtk_tree_model_iter_previous_default (GtkTreeModel *tree_model,
/**
* gtk_tree_model_iter_previous:
* @tree_model: a #GtkTreeModel
- * @iter: (in): the #GtkTreeIter-struct
+ * @iter: (in
out
): the #GtkTreeIter-struct
*
* Sets @iter to point to the previous node at the current level.
*